type testing.matchStringOnly

18 uses

	testing (current package)
		testing.go#L2239: type matchStringOnly func(pat, str string) (bool, error)
		testing.go#L2241: func (f matchStringOnly) MatchString(pat, str string) (bool, error)   { return f(pat, str) }
		testing.go#L2242: func (f matchStringOnly) StartCPUProfile(w io.Writer) error           { return errMain }
		testing.go#L2243: func (f matchStringOnly) StopCPUProfile()                             {}
		testing.go#L2244: func (f matchStringOnly) WriteProfileTo(string, io.Writer, int) error { return errMain }
		testing.go#L2245: func (f matchStringOnly) ModulePath() string                          { return "" }
		testing.go#L2246: func (f matchStringOnly) ImportPath() string                          { return "" }
		testing.go#L2247: func (f matchStringOnly) StartTestLog(io.Writer)                      {}
		testing.go#L2248: func (f matchStringOnly) StopTestLog() error                          { return errMain }
		testing.go#L2249: func (f matchStringOnly) SetPanicOnExit0(bool)                        {}
		testing.go#L2250: func (f matchStringOnly) CoordinateFuzzing(time.Duration, int64, time.Duration, int64, int, []corpusEntry, []reflect.Type, string, string) error {
		testing.go#L2253: func (f matchStringOnly) RunFuzzWorker(func(corpusEntry) error) error { return errMain }
		testing.go#L2254: func (f matchStringOnly) ReadCorpus(string, []reflect.Type) ([]corpusEntry, error) {
		testing.go#L2257: func (f matchStringOnly) CheckCorpus([]any, []reflect.Type) error { return nil }
		testing.go#L2258: func (f matchStringOnly) ResetCoverage()                          {}
		testing.go#L2259: func (f matchStringOnly) SnapshotCoverage()                       {}
		testing.go#L2261: func (f matchStringOnly) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
		testing.go#L2272: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())